home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 37
/
Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso
/
+system+
/
tools
/
wb
/
arq
/
arq.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-09-07
|
496b
|
31 lines
#ifndef ARQ_ARQ_H
#define ARQ_ARQ_H
#define ARQ_MAGIC 0x6D6A6C21
#define ARQ_ID_INFO 0
#define ARQ_ID_DISK 1
#define ARQ_ID_DELETE 2
#define ARQ_ID_GURU 3
#define ARQ_ID_RWERROR 4
#define ARQ_ID_WPROTECT 5
#define ARQ_ID_PRINTER 6
#define ARQ_ID_QUESTION 7
#define ARQ_ID_EXCLAM 8
#define ARQ_ID_IMAGE -1
#define ARQ_ID_ANIM -2
struct ExtEasyStruct
{
struct Image *Image;
char *Sound;
WORD AnimID;
UWORD Flags;
ULONG Magic;
ULONG Reserved[3];
struct EasyStruct Easy;
};
#endif